How to configure External and internal inbound and outbound exchanger servers?
What are the important things for email flow in an exchange organization?
How to configure External and internal inbound and outbound exchanger servers?
DNS records: A, MX, SPF (Sender Policy Framework)
Send Connector
Test email flow using https://testconnectivity.microsoft.com/
To check the port is open or not go to
You can check you ip first: https://whatismyip.com
Port checker : https://portchecker.com
Now go to portchecker.com, you will see your current public IP like below.
You can check current port is listening or not
Go to powershell or command prompt and type below common.
C:\>netstat -ab
Update DNS record: A, MX and SPF in godaddy.com
We gave the internal ip address 192.168.1.7 for the mail server to our mail.group8.tech domain. Whenever someone tries to access : mail.gorup8.tech service, this service will be resolved by this mail server 192.168.1.7.
Let see DC1 > Tools> DNS record in public DNS (godaddy.com’s DNS).
But If someone tries to access mail.group8.tech from the internet or external network, in that case my local DNS can’t resolve that query.
For that I need to create a DNS record in godday.com.
Now Open www.godddy.com and add the A , MX, mail, and TXT recordsMX record created (received the mail)
‘A’ record and Mail record created
The last one is the SPF (send policy framework) record , which is the TXT record.
v=spf1 ip4:your public ip -all
If you have a doubt whether the spf or txt record is correct or not you can go to www.kitterman.com and check it. Like below.
When you click “check SPF record, you will get the below result if the SPF is correct. Check it
out below the yellow sentence. It is passed and valid also.
Now we will verify the DNS record , whether these records are public or not. For that go to www.mxtoolbox.com.
First check A record of exchange mail.
a:mail.group8.tech
Now we will test internal email flow: www.testconnectivity.microsoft.com
Click on “exchange server” option
Click on “inbound SMTP Email”
If everything is good, Let’s try to send the email (from outside to inside)
From gmail to our company (administrator (or any user))
After sending the email from gmail to our company email: check in our mail server.
Below image is from gmail account:
J. now go and check the email on the exchange side: using administrator email.
Comments